[JavaScript] Continuous Progress Bar
Posted
by Goro
on Stack Overflow
See other posts from Stack Overflow
or by Goro
Published on 2010-03-23T03:09:11Z
Indexed on
2010/03/23
3:11 UTC
Read the original article
Hit count: 440
Hello,
I am trying to find the best option to create a simple progress bar that I need to be triggered periodically from within another JavaScript script.
Every few minutes, a timer would cause the progress bar to start going from 0 to 100%. Once it reaches 100%, the bar would reset to 0.
I am trying to implement a smooth animated version of the bar, like this one: http://www.webappers.com/progressBar/. (I tried adapting this particular one but I could not get it to work the way I described)
I am looking into the jQuery UI ProgressBar: Is it possible to use it in the manner I have described?
Thank you.
© Stack Overflow or respective owner